home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!usenet
- From: fortunat@interpath.com (Jumpstile Turner)
- Newsgroups: comp.graphics.algorithms,comp.lang.c++,comp.os.ms-windows.programmer.graphics,comp.os.ms-windows.programmer.multimedia,comp.os.ms-windows.programmer.win32
- Subject: Re: IJG JPEG Engine and Win32
- Date: 11 Jan 1996 20:26:37 GMT
- Organization: Completely unorganized
- Message-ID: <4d3rpt$d8i@redstone.interpath.net>
- References: <4cemir$6vb@redstone.interpath.net> <TGL.96Jan3202549@netcom21.netcom.com> <4cj5ct$nth@redstone.interpath.net> <4cr8tp$dp7@hades.rz.uni-sb.de>
- NNTP-Posting-Host: fortunat.pdial.interpath.net
- X-Newsreader: WinVN 0.99.7
-
- In article <4cr8tp$dp7@hades.rz.uni-sb.de>, rajsta@med-rz.uni-sb.de
- said:
- >look at the first lines of my jconfig.h:
- >
- >#define HAVE_BOOLEAN // this will avoid redefinition of boolean
- >// the following line is probably or definitely a hack
- >// since it implicitly duplifies the definiction from rpcnrd.h
- >typedef unsigned char boolean; //conflict with RPCNRD.H ---
- > // AAAAArrrrrrggghh! JST
-
- Well, this didn't work for me. Even if I defined this in some of the
- modules it still choked with the duplicate boolean definition error. I
- changed all the "boolean" statements to "BOOLEAN" and it works fine
- now.
-
-
- >You are right, this is a known bug. Most of the IJG library features
- >work well without UPSAMPLE_MERGING_SUPPORTED.
-
- Tom Lane posted a fix for this a few messages back. I believe he
- said this is addressed in the new version of the IJG engine soon to be
- released in the INSTALL.DOC.
-
-
- -Scott
-
- ------------------------------------------------
- Jumpstile Turner
- fortunat@interpath.com
- "Sing the Hare Hare, Dance the Hoochie Koo..."
- ------------------------------------------------
-
-